home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / programs / prog19 < prev    next >
Encoding:
Text File  |  1993-11-15  |  132 b   |  9 lines

  1. # testing setting value in Text
  2. xtAppInitialize -class Program
  3.  
  4. xmText .text managed -value "hi there"
  5.  
  6. . realizeWidget
  7.  
  8. . mainLoop
  9.